<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.ter-box {
	width: 100%;
	min-width: 1180px;
	padding: 20px 0 0 0;
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ter-content {
	overflow: hidden;
}
.slide-txt-box {
	width: 100%;
	text-align: left;
    height: 431px;
    overflow: hidden;
}
.ter-box-tilte {
    height: 30px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.ter-box-tilte a.more {
    position: absolute;
    top: 0;
    right: 0px;
    color: #999;
}
.ter-box-tilte ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 30px;
}
.ter-box-tilte ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}
.ter-box-tilte ul li.on {
    height: 30px;
    background: #0579F2;
    border: 1px solid #0579F2;
    border-bottom: 2px solid #fff;
}
.ter-box-tilte ul a {
    color: #333;
}
.ter-box-tilte ul li.on &gt; a {
    color: #fff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.xinwen-img {
    width: 680px;
    height: 360px;
    position: relative;
    float: right;
}
.animation .xinwen-img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.jiantou {
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    width: 100%;
    z-index: 9;
}
.jiantou a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 50px;
    background: url(../images/transparent20.png) repeat;
}
.jiantou a.next {
    float: right;
}
.jiantou a &gt; i {
    display: block;
    width: 30px;
    height: 50px;
}
.jiantou .next &gt; i {
    background: url(../images/sub-station-icons.png) repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: -70px 0;
}
.jiantou a.prev {
    float: left;
}
.jiantou .prev &gt; i {
    background: url(../images/sub-station-icons.png) repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: -40px 0;
}
.xinwen-img .guwen_ul {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    width: 200px;
    text-align: right;
    height: 38px;
    z-index: 9;
    font-size: 0;
}
.xinwen-img .guwen_ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    margin: 13px 5px;
    text-indent: -2000px;
}
.xinwen-img .guwen_ul .on {
    background: #fff !important;
}
.xinwen-img .mybd li {
    position: relative;
}
.xinwen-img .mybd li img {
    width: 100%;
}
.personal-about-cover {
    width: 680px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/transparent50.png) repeat;
}
.personal-about-cover .text-overflow {
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    margin-left: 20px;
    width: 60%;
    overflow: hidden;
}
.child-body &gt; ul.active {
    display: block;
}
.slide-txt-box .right-text {
    width: 450px;
    margin-right: 50px;
    height: 360px;
    float: left;
    overflow: hidden;
}
.slide-txt-box .right-text .top-content {
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.animation .right-text .top-content {
    animation: fadeInUp .3s .3s linear both;
        animation-name: fadeInUp;
}
.right-text .title-big {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    width: 450px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dib {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.slide-txt-box .right-text .small-dian {
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
    vertical-align: middle;
    margin-right: 10px;
}
.top-content p.small-content {
    font-size: 12px;
    color: #999;
    padding: 0 13px;
    line-height: 20px;
    width: 440px;
    height: 40px;
    overflow: hidden;
}
.small-content span.c999 {
    color: #999;
}
.top-content .small-content &gt; a.go-more {
    color: #0579F2;
}
.center-content {
    height: 140px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.center-content &gt; p {
    height: 25px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.animation .right-text .center-content p {
    animation: fadeInUp .3s .3s linear both;
        animation-name: fadeInUp;
        animation-delay: 0.3s;
}
.center-content &gt; p &gt; a {
    color: #666;
    font-size: 14px;
}
.border-text {
    border: 1px solid #0579F2;
    color: #0579F2;
    border: 1px solid #d3e4ff;
    color: #0579F2;
    padding: 1px 5px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: text-top;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.center-content.bottom-content {
    height: 104px;
    width: 100%;
    padding-top: 10px;
}
.center-content.bottom-content .title-big {
    margin-bottom: 10px;
}
.animation .right-text .center-content.bottom-content p {
    animation: fadeInUp .3s .3s linear both;
        animation-name: fadeInUp;
        animation-delay: 0.3s;
}
.right-text .title-big &gt; a {
    color: #333;
    font-size: 20px;
}

.style-body {
    width: 1208px;
    margin-left: -30px;
    overflow: hidden;
}
.style-body &gt; ul {
    display: none;
}
.style-body &gt; ul.active {
    display: block;
}
.style-body li {
    width: 272px;
    height: 240px;
    overflow: hidden;
    float: left;
    margin-left: 30px;
}
.style-body li &gt; a {
    color: #666;
}
.hover-style-img {
    position: relative;
}
.img_bc {
    width: 272px;
    height: 180px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
    background: #0684fc;
    text-align: center;
}
.color_1 {
    background: #707bb3;
}
.img_bc h4 {
    color: #fff;
    width: 80%;
    height: 180px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    align-items: Center;
    text-align: center;
}
.company-img-li-layer {
    position: absolute;
    top: 0px;
    height: 180px;
    left: 0px;
    right: 0px;
    text-align: center;
    line-height: 180px;
    background: url(../images/opacity50.png);
    opacity: 0;
    z-index: -1;
}
.style-body li &gt; a &gt; p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 30px 0;
    width: 270px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* èµ·åã€æ&nbsp;¸åé¡µé¢æ–‡ç«&nbsp;æ&nbsp;·å¼ */
.myNewsBox{padding:40px 0;}
.myNewsBox .row {
	width: 1200px;
	margin: 0 auto;
}
.myNewsBox .c-title {
    font-size: 28px;
    text-align: center;
    position: relative;
}
.myNewsBox .c-title::after {
    content: "";
    height: 5px;
    display: table;
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    background-color: orange;
    border-radius: 5px;
    top: 40px;
}
.myNewsBox .list {
    font-size: 14px;
    margin: 20px 0px;
    overflow: hidden;
	line-height: 30px;
}
.myNewsBox .list li {
    padding: 5px;
    width: 48%;
    line-height: 36px;
    border-bottom: 1px dashed #898989;
    margin: 0 1%;
	float:left;
}
.myNewsBox .list li a {
    display: inline-block;
    color: #333;
    padding: 0 70px 0 0;
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
}
.myNewsBox .list li strong {
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.myNewsBox .list li .time {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    line-height: 28px;
    color: #828282;
}</pre></body></html>